UnderlineStyle Enumeration

Represents a style for underlining text.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum UnderlineStyle

Members

Solid0 Text has a solid line underlining it.
Dotted1 Text has a dotted line underlining it.
Dash2 Text has a dashed line underlining it.
LongDash3 Text has a dashed line whose dashes are longer than the ones from the dashed line for value dash underlining it.
DotDash4 Text has a line whose repeating pattern is a dot followed by a dash underlining it.
DotDotDash5 Text has a line whose repeating pattern is two dots followed by a dash underlining it.
Wave6 Text has a wavy line underlining it.
None7 Text has no underlining.

See Also